home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Other / mCD / Source / CD_DBase.subproj / CD_DBase20.c < prev    next >
Encoding:
C/C++ Source or Header  |  1995-03-19  |  58.6 KB  |  1,331 lines

  1. #import <sys/types.h>
  2. #import <stddef.h>
  3. #import "CD_DBaseSubs.h"
  4.  
  5.     /*
  6.      * This subroutine has information for CD's with 20 or more tracks
  7.      */
  8.  
  9. #define SOUNDTM_ALADDIN       1082883230 /* key parts = 3008.00.21.80 248 */
  10. #define EJOHN_REGSPIANOPOP    1231356615 /* key parts = 3420.32.20.165 154 */
  11. #define SIMNGARF_COLLECTED_D2 1254315641 /* key parts = 3484.15.24.191 143 */
  12. #define CFRANKE_NEWFILMS      1292029202 /* key parts = 3588.72.24.152 117 */
  13. #define ECOST_MYAIM_B         1304739384 /* key parts = 3624.20.22.84 115 */
  14. #define SIMNGARF_COLLECTED_D1 1318923465 /* key parts = 3663.50.23.165 171 */
  15. #define SOUNDTM_PINOCCHIO     1336837395 /* key parts = 3713.32.25.195 102 */
  16. #define LEDZEP_REMASTERS_D3   1366561693 /* key parts = 3796.00.43.1693 100 */
  17. #define ECOST_ARMEDFORCES_B   1372227181 /* key parts = 3811.55.21.181 368 */
  18. #define BEAT_BBC_D1           1406832313 /* key parts = 3907.65.34.13 133 */
  19. #define JFAH_XMASGUITAR       1410123999 /* key parts = 3917.00.26.99 194 */
  20. #define YARDB_GIORGIO_D4      1422684782 /* key parts = 3951.67.21.182 139 */
  21. #define JEGARDINER_SOLOMON_D2 1460321513 /* key parts = 4056.33.20.113 279 */
  22. #define BEAT_BBC_D2           1480824514 /* key parts = 4113.30.35.64 150 */
  23. #define CATKINS_EARLY_D1      1530771920 /* key parts = 4252.10.26.170 159 */
  24. #define GLIGHT_GORDSGOLD      1556283186 /* key parts = 4323.00.21.186 222 */
  25. #define TV_GREATEST           1561646601 /* key parts = 4337.68.65.51 53 */
  26. #define CATKINS_EARLY_D2      1576108378 /* key parts = 4378.05.29.178 159 */
  27. #define POL_MSGBOX_D2         1578612752 /* key parts = 4385.02.21.302 204 */
  28. #define NDIAM_HOTAUG2         1579428717 /* key parts = 4387.22.20.117 245 */
  29. #define TV_GREATEST_V3        1581240208 /* key parts = 4392.25.65.58 77 */
  30. #define TV_GREATEST_V2        1581878613 /* key parts = 4394.08.65.63 72 */
  31. #define CATKINS_EARLY_D3      1591641737 /* key parts = 4421.17.32.137 145 */
  32. #define GLIGHT_UACOL_D2       1596037073 /* key parts = 4433.32.23.173 243 */
  33. #define YARDB_GIORGIO_D3      1596786597 /* key parts = 4435.38.27.147 183 */
  34. #define YARDB_GIORGIO_D2      1607787417 /* key parts = 4466.05.22.117 119 */
  35. #define MOODY_TIMET_D1        1607883024 /* key parts = 4466.25.20.174 159 */
  36. #define STEELYD_CITZ_D2       1608516755 /* key parts = 4468.07.21.305 180 */
  37. #define JFAH_NEWPOSXMAS       1612179115 /* key parts = 4478.20.20.115 746 */
  38. #define POL_MSGBOX_D1         1618275273 /* key parts = 4495.15.21.123 252 */
  39. #define CATKINS_EARLY_D4      1629172374 /* key parts = 4525.35.29.174 130 */
  40. #define YARDB_GIORGIO_D1      1641459109 /* key parts = 4559.45.20.409 139 */
  41. #define CRICHARD_76_94        1647492670 /* key parts = 4576.27.20.220 245 */
  42. #define BEEGS_TALES_D1        1654674281 /* key parts = 4596.23.25.131 267 */
  43. #define BDYLAN_BOOTLEG_D2     1659027078 /* key parts = 4608.30.20.228 532 */
  44. #define BDYLAN_BOOTLEG_D1     1667125039 /* key parts = 4630.67.22.139 427 */
  45. #define PMCART_ISALIVE        1671411603 /* key parts = 4642.60.24.153 378 */
  46. #define MOODY_TIMET_D2        1671747089 /* key parts = 4643.55.20.239 378 */
  47. #define GLIGHT_UACOL_D1       1674891917 /* key parts = 4652.35.26.167 185 */
  48.  
  49.  
  50. void filltoc20(tocPtr, cdKey)
  51. struct cd_toc *tocPtr;
  52. u_int cdKey;
  53. {
  54.  
  55.     if ( cdKey == CATKINS_EARLY_D1 ) { /* 1:10:52-10 */
  56.     tocPtr->discPerformer = "Chet Atkins";
  57.     tocPtr->discTitle = "The Early Years, 1945-1954  [disc 1]";
  58. #     if !defined(SKIPSONGS_Chet_Atkins)
  59.     SET_CDtt( 1, 02.50, "Guitar Blues");
  60.     SET_CDtt( 2, 02.50, "Brown Eyes Cryin' in the Rain");
  61.     SET_CDtt( 3, 02.45, "Ain'tcha Tired of Makin' Me Blue");
  62.     SET_CDtt( 4, 02.56, "I'm Gonna Get Tight");
  63.     SET_CDtt( 5, 02.35, "Canned Heat");
  64.     SET_CDtt( 6, 02.55, "Standing Room Only");
  65.     SET_CDtt( 7, 02.37, "Don't Hand Me That Line");
  66.     SET_CDtt( 8, 02.57, "Bug Dance");
  67.     SET_CDtt( 9, 02.28, "(I Know My Baby Loves Me) In Her Own Peculiar Way");
  68.     SET_CDtt(10, 02.32, "The Nashville Jump");
  69.     SET_CDtt(11, 02.40, "My Guitar is My Sweetheart");
  70.     SET_CDtt(12, 02.51, "I'm Pickin' The Blues");
  71.     SET_CDtt(13, 02.40, "Gone, Gone, Gone");
  72.     SET_CDtt(14, 02.52, "Barnyard Shuffle");
  73.     SET_CDtt(15, 02.34, "Save Your Money");
  74.     SET_CDtt(16, 02.34, "(I May Be Color Blind But) I Know When I'm Blue");
  75.     SET_CDtt(17, 02.31, "I've Been Working on the Guitar");
  76.     SET_CDtt(18, 02.45, "Dizzy Strings");
  77.     SET_CDtt(19, 02.54, "Money, Marbles and Chalk");
  78.     SET_CDtt(20, 02.33, "Wednesday Night Waltz");
  79.     SET_CDtt(21, 03.04, "Guitar Waltz");
  80.     SET_CDtt(22, 02.47, "Telling My Troubles To My Old Guitar");
  81.     SET_CDtt(23, 02.41, "Dance of the Goldenrod");
  82.     SET_CDtt(24, 02.30, "Galloping Guitar");
  83.     SET_CDtt(25, 02.50, "Barber Shop Rag");
  84.     SET_CDtt(26, 02.39, "Centipede Boogie");
  85. #     endif
  86.     }
  87.     if ( cdKey == CATKINS_EARLY_D2 ) { /* 1:12:58-05 */
  88.     tocPtr->discPerformer = "Chet Atkins";
  89.     tocPtr->discTitle = "The Early Years, 1945-1954  [disc 2]";
  90. #     if !defined(SKIPSONGS_Chet_Atkins)
  91.     SET_CDtt( 1, 02.58, "Under the Hickory Nut Tree");
  92.     SET_CDtt( 2, 02.31, "I Was Bitten by the Same Bug Twice");
  93.     SET_CDtt( 3, 02.50, "One More Chance");
  94.     SET_CDtt( 4, 02.27, "The Old Buck Dance");
  95.     SET_CDtt( 5, 02.49, "Boogie Man Boogie");
  96.     SET_CDtt( 6, 02.19, "Main Street Breakdown");
  97.     SET_CDtt( 7, 02.14, "Confusin'");
  98.     SET_CDtt( 8, 02.18, "Music In My Heart");
  99.     SET_CDtt( 9, 02.40, "Indian Love Call");
  100.     SET_CDtt(10, 02.33, "Birth of the Blues");
  101.     SET_CDtt(11, 02.11, "Mountain Melody");
  102.     SET_CDtt(12, 02.39, "You're Always Brand New");
  103.     SET_CDtt(13, 02.41, "My Crazy Heart");
  104.     SET_CDtt(14, 02.16, "Hybrid Corn");
  105.     SET_CDtt(15, 02.37, "Jitterbug Waltz");
  106.     SET_CDtt(16, 02.41, "One Man Boogie  [take H]");
  107.     SET_CDtt(17, 02.26, "Crazy Rhythm  [instrumental]");
  108.     SET_CDtt(18, 02.23, "Crazy Rhythm  [vocal]");
  109.     SET_CDtt(19, 02.07, "Rustic Dance");
  110.     SET_CDtt(20, 02.38, "Rainbow");
  111.     SET_CDtt(21, 02.29, "In the Mood");
  112.     SET_CDtt(22, 02.41, "Spanish Fandango");
  113.     SET_CDtt(23, 02.54, "Midnight");
  114.     SET_CDtt(24, 02.29, "Good–bye Blues");
  115.     SET_CDtt(25, 02.34, "Your Mean Little Heart");
  116.     SET_CDtt(26, 02.05, "Sweet Bunch of Daisies");
  117.     SET_CDtt(27, 02.20, "Blue Gypsy");
  118.     SET_CDtt(28, 02.27, "The Third Man Theme");
  119.     SET_CDtt(29, 02.39, "One Man Boogie  [take D]");
  120. #     endif
  121.     }
  122.     if ( cdKey == CATKINS_EARLY_D3 ) { /* 1:13:41-17 */
  123.     tocPtr->discPerformer = "Chet Atkins";
  124.     tocPtr->discTitle = "The Early Years, 1945-1954  [disc 3]";
  125. #     if !defined(SKIPSONGS_Chet_Atkins)
  126.     SET_CDtt( 1, 02.17, "St. Louis Blues");
  127.     SET_CDtt( 2, 02.16, "Nobody's Sweetheart");
  128.     SET_CDtt( 3, 02.27, "Lover Come Back to Me");
  129.     SET_CDtt( 4, 02.26, "Stephen Foster Medley");
  130.     SET_CDtt( 5, 02.37, "Hangover Blues");
  131.     SET_CDtt( 6, 02.13, "Imagination");
  132.     SET_CDtt( 7, 02.18, "Black Mountain Rag");
  133.     SET_CDtt( 8, 02.07, "Guitar Polka  [vocal: Rosalie Allen]");
  134.     SET_CDtt( 9, 02.14, "Dream Train  [vocal: Rosalie Allen]");
  135.     SET_CDtt(10, 02.42, "Meet Mr. Callaghan");
  136.     SET_CDtt(11, 02.01, "Chinatown, My Chinatown");
  137.     SET_CDtt(12, 02.20, "High Rockin' Swing");
  138.     SET_CDtt(13, 02.31, "Pig Leaf Rag");
  139.     SET_CDtt(14, 02.15, "Oh By Jingo!");
  140.     SET_CDtt(15, 02.10, "Hello Ma Baby");
  141.     SET_CDtt(16, 02.15, "The Bells of St. Mary's");
  142.     SET_CDtt(17, 02.16, "Country Gentleman");
  143.     SET_CDtt(18, 02.11, "Memphis Blues");
  144.     SET_CDtt(19, 02.07, "Alice Blue Gown");
  145.     SET_CDtt(20, 02.22, "12th Street Rag");
  146.     SET_CDtt(21, 02.23, "Peeping Tom");
  147.     SET_CDtt(22, 02.20, "Three O'Clock in the Morning");
  148.     SET_CDtt(23, 02.14, "Georgia Camp Meeting");
  149.     SET_CDtt(24, 02.23, "City Slicker");
  150.     SET_CDtt(25, 02.26, "Dill Pickle Rag");
  151.     SET_CDtt(26, 02.15, "Rubber Doll Rag");
  152.     SET_CDtt(27, 02.17, "Beautiful Ohio  [version 1]");
  153.     SET_CDtt(28, 02.04, "Kentucky Derby");
  154.     SET_CDtt(29, 02.14, "Wildwood Flower");
  155.     SET_CDtt(30, 02.22, "Guitars on Parade");
  156.     SET_CDtt(31, 02.11, "Simple Simon");
  157.     SET_CDtt(32, 02.25, "Rubber Doll Rag  [alternate]");
  158. #     endif
  159.     }
  160.     if ( cdKey == CATKINS_EARLY_D4 ) { /* 1:15:25-35 */
  161.     tocPtr->discPerformer = "Chet Atkins";
  162.     tocPtr->discTitle = "The Early Years, 1945-1954  [disc 4]";
  163. #     if !defined(SKIPSONGS_Chet_Atkins)
  164.     SET_CDtt( 1, 02.54, "Get Up and Go  [vocal: Chet Atkins]");
  165.     SET_CDtt( 2, 02.07, "Pagan Love Song");
  166.     SET_CDtt( 3, 02.10, "Beautiful Ohio  [version 2]");
  167.     SET_CDtt( 4, 02.23, "Downhill Drag");
  168.     SET_CDtt( 5, 02.20, "Avalon");
  169.     SET_CDtt( 6, 02.46, "Sunrise Serenade");
  170.     SET_CDtt( 7, 02.29, "San Antonio Rose");
  171.     SET_CDtt( 8, 02.28, "Set a Spell  [vocal: Red Kirk]");
  172.     SET_CDtt( 9, 02.29, "Mister Misery  [duet vocal]");
  173.     SET_CDtt(10, 02.53, "Get Up and Go  [vocal: Red Kirk]");
  174.     SET_CDtt(11, 02.49, "South");
  175.     SET_CDtt(12, 02.36, "Alabama Jubilee");
  176.     SET_CDtt(13, 02.20, "Corrine, Corrina");
  177.     SET_CDtt(14, 03.22, "Indiana (Back Home in Indiana)");
  178.     SET_CDtt(15, 02.27, "Red Wing");
  179.     SET_CDtt(16, 02.36, "Frankie and Johnnie");
  180.     SET_CDtt(17, 02.34, "A Gay Ranchero");
  181.     SET_CDtt(18, 02.58, "Ballin' the Jack");
  182.     SET_CDtt(19, 02.43, "Honeysuckle Rose");
  183.     SET_CDtt(20, 02.01, "Darktown Strutters Ball  [with Hank Snow]");
  184.     SET_CDtt(21, 02.28, "The Old Spinning Wheel  [with Hank Snow]");
  185.     SET_CDtt(22, 02.17, "Silver Bells  [with Hank Snow]");
  186.     SET_CDtt(23, 02.35, "Under the Double Eagle  [with Hank Snow]");
  187.     SET_CDtt(24, 03.24, "The Birth of Blues");
  188.     SET_CDtt(25, 02.43, "Have You Ever Been Lonely");
  189.     SET_CDtt(26, 03.28, "Caravan");
  190.     SET_CDtt(27, 02.36, "Old Man River");
  191.     SET_CDtt(28, 02.17, "Mister Sandman");
  192.     SET_CDtt(29, 02.10, "New Spanish Two Step");
  193. #     endif
  194.     }
  195.     if ( cdKey == BEAT_BBC_D1 ) { /* 1:05:07-65 */
  196.     tocPtr->discPerformer = "The Beatles";
  197.     tocPtr->discTitle = "Live at the BBC  [disc 1]";
  198. #     if !defined(SKIPSONGS_The_Beatles)
  199.     SET_CDtt( 1, 00.13, "Beatle Greetings");
  200.     SET_CDtt( 2, 00.28, "From Us to You");
  201.     SET_CDtt( 3, 00.53, "Riding on a Bus");
  202.     SET_CDtt( 4, 02.49, "I Got a Woman");
  203.     SET_CDtt( 5, 02.05, "Too Much Monkey Business");
  204.     SET_CDtt( 6, 02.30, "Keep Your Hands Off My Baby");
  205.     SET_CDtt( 7, 01.58, "I'll Be On My Way");
  206.     SET_CDtt( 8, 01.57, "Young Blood");
  207.     SET_CDtt( 9, 02.15, "A Shot of Rhythm and Blues");
  208.     SET_CDtt(10, 02.08, "Sure to Fall (In Love With You)");
  209.     SET_CDtt(11, 02.00, "Some Other Guy");
  210.     SET_CDtt(12, 02.02, "Thank You Girl");
  211.     SET_CDtt(13, 00.27, "Sha la la la la!");
  212.     SET_CDtt(14, 02.44, "Baby It's You");
  213.     SET_CDtt(15, 02.54, "That's All Right (Mama)");
  214.     SET_CDtt(16, 02.35, "Carol");
  215.     SET_CDtt(17, 02.00, "Soldier of Love");
  216.     SET_CDtt(18, 00.26, "A Little Rhyme");
  217.     SET_CDtt(19, 02.39, "Clarabella");
  218.     SET_CDtt(20, 02.01, "I'm Gonna Sit Right Down and Cry (Over You)");
  219.     SET_CDtt(21, 02.10, "Crying, Waiting, Hoping");
  220.     SET_CDtt(22, 00.42, "Dear Wack!");
  221.     SET_CDtt(23, 02.37, "You Really Got A Hold On Me");
  222.     SET_CDtt(24, 02.50, "To Know Her is To Love Her");
  223.     SET_CDtt(25, 01.57, "A Taste of Honey");
  224.     SET_CDtt(26, 01.53, "Long Tall Sally");
  225.     SET_CDtt(27, 02.32, "I Saw Her Standing There");
  226.     SET_CDtt(28, 01.39, "The Honeymoon Song");
  227.     SET_CDtt(29, 02.51, "Johnny B. Goode");
  228.     SET_CDtt(30, 02.13, "Memphis, Tennessee");
  229.     SET_CDtt(31, 01.49, "Lucille");
  230.     SET_CDtt(32, 02.07, "Can't Buy Me Love");
  231.     SET_CDtt(33, 00.28, "From Fluff to You");
  232.     SET_CDtt(34, 02.13, "Till There Was You");
  233. #     endif
  234.     }
  235.     if ( cdKey == BEAT_BBC_D2 ) { /* 1:08:33-30 */
  236.     tocPtr->discPerformer = "The Beatles";
  237.     tocPtr->discTitle = "Live at the BBC  [disc 2]";
  238. #     if !defined(SKIPSONGS_The_Beatles)
  239.     SET_CDtt( 1, 01.04, "Crinsk Dee Night");
  240.     SET_CDtt( 2, 02.24, "A Hard Day's Night");
  241.     SET_CDtt( 3, 00.22, "Have a Banana!");
  242.     SET_CDtt( 4, 02.09, "I Wanna Be Your Man");
  243.     SET_CDtt( 5, 00.20, "Just a Rumour");
  244.     SET_CDtt( 6, 02.16, "Roll Over Beethoven");
  245.     SET_CDtt( 7, 02.04, "All My Loving");
  246.     SET_CDtt( 8, 02.18, "Things We Said Today");
  247.     SET_CDtt( 9, 03.15, "She's a Woman");
  248.     SET_CDtt(10, 02.21, "Sweet Little Sixteen");
  249.     SET_CDtt(11, 00.10, "1822!");
  250.     SET_CDtt(12, 02.36, "Lonesome Tears in My Eyes");
  251.     SET_CDtt(13, 02.59, "Nothin' Shakin'");
  252.     SET_CDtt(14, 01.49, "The Hippy Hippy Shake");
  253.     SET_CDtt(15, 01.52, "Glad All Over");
  254.     SET_CDtt(16, 02.47, "I Just Don't Understand");
  255.     SET_CDtt(17, 01.53, "Top So How Come (No One Loves Me)");
  256.     SET_CDtt(18, 02.13, "I Feel Fine");
  257.     SET_CDtt(19, 02.33, "I'm a Loser");
  258.     SET_CDtt(20, 02.21, "Everybody's Trying To Be My Baby");
  259.     SET_CDtt(21, 02.01, "Rock and Roll Music");
  260.     SET_CDtt(22, 02.56, "Ticket to Ride");
  261.     SET_CDtt(23, 02.42, "Dizzy Miss Lizzy");
  262.     SET_CDtt(24, 02.38, "Medley: Kansas City / Hey! Hey! Hey! Hey!");
  263.     SET_CDtt(25, 00.27, "Set Fire to that Lot!");
  264.     SET_CDtt(26, 01.57, "Matchbox");
  265.     SET_CDtt(27, 02.09, "I Forgot To Remember to Forget");
  266.     SET_CDtt(28, 00.27, "Love These Goon Shows!");
  267.     SET_CDtt(29, 01.56, "I Got To Find My Baby");
  268.     SET_CDtt(30, 01.36, "Ooh! My Soul");
  269.     SET_CDtt(31, 00.36, "Ooh! My Arms");
  270.     SET_CDtt(32, 02.02, "Don't Ever Change");
  271.     SET_CDtt(33, 02.37, "Slow Down");
  272.     SET_CDtt(34, 02.11, "Honey Don't");
  273.     SET_CDtt(35, 02.30, "Love Me Do");
  274. #     endif
  275.     }
  276.     if ( cdKey == BEEGS_TALES_D1 ) { /* 1:16:36-23 */
  277.     tocPtr->discPerformer = "Bee Gees";
  278.     tocPtr->discTitle = "Tales from the Brothers Gibb - A History in Song 1967-1990  [disc 1]";
  279. #     if !defined(SKIPSONGS_Bee_Gees)
  280.     SET_CDtt( 1, 02.11, "New York Mining Disaster 1941");
  281.     SET_CDtt( 2, 03.45, "I Can't See Nobody");
  282.     SET_CDtt( 3, 03.03, "To Love Somebody");
  283.     SET_CDtt( 4, 02.54, "Holiday");
  284.     SET_CDtt( 5, 02.25, "Massachusetts");
  285.     SET_CDtt( 6, 01.53, "Barker of the UFO");
  286.     SET_CDtt( 7, 03.14, "World");
  287.     SET_CDtt( 8, 02.18, "Sir Geoffrey Saved the World");
  288.     SET_CDtt( 9, 03.32, "And the Sun Will Shine");
  289.     SET_CDtt(10, 03.16, "Words");
  290.     SET_CDtt(11, 02.24, "Sinking Ships");
  291.     SET_CDtt(12, 02.10, "Jumbo");
  292.     SET_CDtt(13, 03.20, "The Singer Sang His Song");
  293.     SET_CDtt(14, 03.08, "I've Got To Get a Message To You");
  294.     SET_CDtt(15, 03.08, "I Started a Joke");
  295.     SET_CDtt(16, 02.49, "First of May");
  296.     SET_CDtt(17, 03.49, "Melody Fair");
  297.     SET_CDtt(18, 04.08, "Tomorrow Tomorrow");
  298.     SET_CDtt(19, 02.57, "Sun in My Morning");
  299.     SET_CDtt(20, 03.06, "Saved by the Bell");
  300.     SET_CDtt(21, 03.29, "Don't Forget to Remember");
  301.     SET_CDtt(22, 02.34, "If I Only Had My Mind On Something Else");
  302.     SET_CDtt(23, 02.53, "I.O.I.O.");
  303.     SET_CDtt(24, 03.41, "Railroad");
  304.     SET_CDtt(25, 04.27, "I'll Kiss Your Memory");
  305. #     endif
  306.     }
  307.     if ( cdKey == ECOST_MYAIM_B ) { /* 1:00:24-20 */
  308.     tocPtr->discPerformer = "Elvis Costello";
  309.     tocPtr->discTitle = "My Aim is True  [box]";
  310. #     if !defined(SKIPSONGS_Elvis_Costello)
  311.     SET_CDtt( 1, 01.24, "Welcome to the Working Week");
  312.     SET_CDtt( 2, 03.33, "Miracle Man");
  313.     SET_CDtt( 3, 02.44, "No Dancing");
  314.     SET_CDtt( 4, 02.49, "Blame It on Cain");
  315.     SET_CDtt( 5, 03.25, "Alison");
  316.     SET_CDtt( 6, 02.14, "Sneaky Feelings");
  317.     SET_CDtt( 7, 02.51, "(The Angels Wanna Wear My) Red Shoes");
  318.     SET_CDtt( 8, 03.18, "Less Than Zero");
  319.     SET_CDtt( 9, 01.39, "Mystery Dance");
  320.     SET_CDtt(10, 02.34, "Pay It Back");
  321.     SET_CDtt(11, 03.01, "I'm Not Angry");
  322.     SET_CDtt(12, 03.26, "Waiting for the End of the World");
  323.     SET_CDtt(13, 03.58, "Watching the Detectives");
  324.     SET_CDtt(14, 02.28, "Radio Sweetheart");
  325.     SET_CDtt(15, 03.07, "Stranger in the House");
  326.     SET_CDtt(16, 03.40, "Imagination (Is a Powerful Deceiver)");
  327.     SET_CDtt(17, 02.19, "Mystery Dance");
  328.     SET_CDtt(18, 02.19, "Cheap Reward");
  329.     SET_CDtt(19, 02.09, "Jump Up");
  330.     SET_CDtt(20, 01.56, "Wave a White Flag");
  331.     SET_CDtt(21, 03.33, "Blame It on Cain");
  332.     SET_CDtt(22, 01.55, "Poison Moon");
  333. #     endif
  334.     }
  335.     if ( cdKey == ECOST_ARMEDFORCES_B ) { /* 1:03:31-55 */
  336.     tocPtr->discPerformer = "Elvis Costello";
  337.     tocPtr->discTitle = "Armed Forces  [box]";
  338. #     if !defined(SKIPSONGS_Elvis_Costello)
  339.     SET_CDtt( 1, 03.01, "Accidents Will Happen");
  340.     SET_CDtt( 2, 02.19, "Senior Service");
  341.     SET_CDtt( 3, 03.00, "Oliver's Army");
  342.     SET_CDtt( 4, 02.57, "Big Boys");
  343.     SET_CDtt( 5, 02.43, "Green Shirt");
  344.     SET_CDtt( 6, 03.23, "Party Girl");
  345.     SET_CDtt( 7, 03.17, "Goon Squad");
  346.     SET_CDtt( 8, 03.34, "Busy Bodies");
  347.     SET_CDtt( 9, 03.24, "Sunday's Best");
  348.     SET_CDtt(10, 02.48, "Moods for Moderns");
  349.     SET_CDtt(11, 02.58, "Chemistry Class");
  350.     SET_CDtt(12, 03.15, "Two Little Hitlers");
  351.     SET_CDtt(13, 03.46, "(What's So Funny 'bout) Peace, Love and Understanding");
  352.     SET_CDtt(14, 01.29, "My Funny Valentine");
  353.     SET_CDtt(15, 02.43, "Tiny Steps");
  354.     SET_CDtt(16, 02.00, "Clean Money");
  355.     SET_CDtt(17, 01.56, "Talking in the Dark");
  356.     SET_CDtt(18, 02.17, "Wednesday Week");
  357.     SET_CDtt(19, 03.23, "Acidents Will Happen  [live]");
  358.     SET_CDtt(20, 03.08, "Alison  [live]");
  359.     SET_CDtt(21, 06.08, "Watching the Detectives  [live]");
  360. #     endif
  361.     }
  362.     if ( cdKey == BDYLAN_BOOTLEG_D1 ) { /* 1:17:10-67 */
  363.     tocPtr->discPerformer = "Bob Dylan";
  364.     tocPtr->discTitle = "The Bootleg Series - 1961-1991  [disc 1]";
  365. #     if !defined(SKIPSONGS_Bob_Dylan)
  366.     SET_CDtt( 1, 02.19, "Hard Times In New York Town");
  367.     SET_CDtt( 2, 04.03, "He Was A Friend Of Mine");
  368.     SET_CDtt( 3, 01.56, "Man On The Street");
  369.     SET_CDtt( 4, 03.04, "No More Auction Block");
  370.     SET_CDtt( 5, 04.10, "House Carpenter");
  371.     SET_CDtt( 6, 03.45, "Talkin' Bear Mountain Picnic Massacre Blues");
  372.     SET_CDtt( 7, 03.33, "Let Me Die In My Footsteps");
  373.     SET_CDtt( 8, 04.13, "Rambling, Gambling Willie");
  374.     SET_CDtt( 9, 00.52, "Talkin' Hava Negeilah Blues");
  375.     SET_CDtt(10, 02.38, "Quit Your Low Down Ways");
  376.     SET_CDtt(11, 02.39, "Worried Blues");
  377.     SET_CDtt(12, 03.28, "Kingsport Town");
  378.     SET_CDtt(13, 02.53, "Walkin' Down The Line");
  379.     SET_CDtt(14, 05.03, "Walls Of Red Wing");
  380.     SET_CDtt(15, 03.17, "Paths Of Victory");
  381.     SET_CDtt(16, 04.25, "Talkin' John Birch Paranoid Blues");
  382.     SET_CDtt(17, 03.09, "Who Killed Davey Moore?");
  383.     SET_CDtt(18, 03.30, "Only A Hobo");
  384.     SET_CDtt(19, 05.07, "Moonshiner");
  385.     SET_CDtt(20, 02.56, "When The Ship Comes In");
  386.     SET_CDtt(21, 03.01, "The Times They Are A–Changin'");
  387.     SET_CDtt(22, 07.07, "Last Thoughts On Woodie Guthrie");
  388. #     endif
  389.     }
  390.     if ( cdKey == BDYLAN_BOOTLEG_D2 ) { /* 1:16:48-30 */
  391.     tocPtr->discPerformer = "Bob Dylan";
  392.     tocPtr->discTitle = "The Bootleg Series - 1961-1991  [disc 2]";
  393. #     if !defined(SKIPSONGS_Bob_Dylan)
  394.     SET_CDtt( 1, 03.48, "Seven Curses");
  395.     SET_CDtt( 2, 02.39, "Eternal Circle");
  396.     SET_CDtt( 3, 01.59, "Suze (The Cough Song)");
  397.     SET_CDtt( 4, 02.57, "Mama, You Been On My Mind");
  398.     SET_CDtt( 5, 05.27, "Farewell, Angelina");
  399.     SET_CDtt( 6, 02.58, "Subterranean Homesick Blues");
  400.     SET_CDtt( 7, 02.55, "If You Gotta Go, Go Now (Or Else You Stay All Night)");
  401.     SET_CDtt( 8, 03.53, "Siting On A Barbed Wire Fence");
  402.     SET_CDtt( 9, 01.37, "Like A Rolling Stone");
  403.     SET_CDtt(10, 03.22, "It Takes A Lot To Laugh, It Takes A Train To Cry");
  404.     SET_CDtt(11, 03.40, "I'll Keep It With Mine");
  405.     SET_CDtt(12, 06.10, "She's Your Lover Now");
  406.     SET_CDtt(13, 03.56, "I Shall Be Released");
  407.     SET_CDtt(14, 02.10, "Santa–Fe");
  408.     SET_CDtt(15, 03.34, "If Not For You");
  409.     SET_CDtt(16, 02.50, "Wallflower");
  410.     SET_CDtt(17, 02.40, "Nobody 'Cept You");
  411.     SET_CDtt(18, 06.52, "Tangled Up In Blue");
  412.     SET_CDtt(19, 04.27, "Call Letter Blues");
  413.     SET_CDtt(20, 08.52, "Idiot Wind");
  414. #     endif
  415.     }
  416.     if ( cdKey == NDIAM_HOTAUG2 ) { /* 1:13:07-22 */
  417.     tocPtr->discPerformer = "Neil Diamond";
  418.     tocPtr->discTitle = "Hot August Night II";
  419. #     if !defined(SKIPSONGS_Neil_Diamond)
  420.     SET_CDtt( 1, 01.57, "Song of the Whales (Fanfare)");
  421.     SET_CDtt( 2, 04.10, "Headed for the Future");
  422.     SET_CDtt( 3, 04.00, "September Morn");
  423.     SET_CDtt( 4, 03.26, "Thank the Lord for the Night Time");
  424.     SET_CDtt( 5, 03.15, "Cherry, Cherry");
  425.     SET_CDtt( 6, 03.49, "Sweet Caroline");
  426.     SET_CDtt( 7, 03.33, "Hello Again");
  427.     SET_CDtt( 8, 03.13, "Love on the Rocks");
  428.     SET_CDtt( 9, 03.54, "America");
  429.     SET_CDtt(10, 03.29, "Forever in Blue Jeans");
  430.     SET_CDtt(11, 04.43, "You Don't Bring Me Flowers");
  431.     SET_CDtt(12, 04.35, "I Dreamed a Dream");
  432.     SET_CDtt(13, 02.27, "Back in L.A.");
  433.     SET_CDtt(14, 02.52, "Song Sung Blue");
  434.     SET_CDtt(15, 02.54, "Crackin' Rosie");
  435.     SET_CDtt(16, 05.11, "I Am ... I Said");
  436.     SET_CDtt(17, 04.36, "Holly Holy");
  437.     SET_CDtt(18, 01.22, "Soolaimon");
  438.     SET_CDtt(19, 05.34, "Brother Love's Traveling Salvation Show");
  439.     SET_CDtt(20, 04.05, "Heartlight");
  440. #     endif
  441.     }
  442.     if ( cdKey == JFAH_XMASGUITAR ) { /* 1:05:17-00 */
  443.     tocPtr->discPerformer = "John Fahey";
  444.     tocPtr->discTitle = "Christmas Guitar";
  445. #     if !defined(SKIPSONGS_John_Fahey)
  446.     SET_CDtt( 1, 01.39, "Joy To The World");
  447.     SET_CDtt( 2, 03.26, "What Child Is This");
  448.     SET_CDtt( 3, 04.32, "Medley: a) Hark The Herald Angels Sing, b) O Come All Ye Faithful");
  449.     SET_CDtt( 4, 02.10, "Auld Lang Syne");
  450.     SET_CDtt( 5, 02.24, "The Bells of Saint Mary's");
  451.     SET_CDtt( 6, 01.21, "Good Christian Men Rejoice");
  452.     SET_CDtt( 7, 01.52, "We Three Kings of Orient Are");
  453.     SET_CDtt( 8, 01.25, "Away in a Manger (version 1)");
  454.     SET_CDtt( 9, 03.00, "God Rest Ye Merry Gentlemen Fantasy");
  455.     SET_CDtt(10, 01.45, "Jolly Old Saint Nicholas");
  456.     SET_CDtt(11, 02.46, "Santa Claus is Coming to Town");
  457.     SET_CDtt(12, 03.59, "The Skater's Waltz");
  458.     SET_CDtt(13, 02.27, "The Christmas Song");
  459.     SET_CDtt(14, 04.09, "Medley: a) Christmas Time's A–Coming, b) Rudolph The Red–Nosed Reindeer");
  460.     SET_CDtt(15, 02.17, "Medley: a) The Holly and the Ivy, b) The Cherry Tree Carol");
  461.     SET_CDtt(16, 01.39, "Apple Blossom Time");
  462.     SET_CDtt(17, 01.45, "White Christmas");
  463.     SET_CDtt(18, 03.56, "The First Noel");
  464.     SET_CDtt(19, 01.08, "Good King Wenceslas");
  465.     SET_CDtt(20, 01.28, "Of The Father's Love Begotten");
  466.     SET_CDtt(21, 02.34, "Away in a Manger (version 2)");
  467.     SET_CDtt(22, 01.54, "In The Bleak Midwinter");
  468.     SET_CDtt(23, 03.04, "It Came Upon A Midnight Clear");
  469.     SET_CDtt(24, 03.28, "Medley: a) Jesus, Won't You Come By Here, b) Go Tell It On The Mountain");
  470.     SET_CDtt(25, 01.53, "Lo, How A Rose E'er Blooming");
  471.     SET_CDtt(26, 03.14, "Silent Night, Holy Night");
  472. #     endif
  473.     }
  474.     if ( cdKey == JFAH_NEWPOSXMAS ) { /* 1:14:38-20 */
  475.     tocPtr->discPerformer = "John Fahey";
  476.     tocPtr->discTitle = "The New Possibility: John Fahey's Guitar Soli Christmas Album / Christmas with John Fahey Vol. II";
  477.     tocPtr->discCatNum = "007567714372500";
  478. #     if !defined(SKIPSONGS_John_Fahey)
  479.     SET_CDtt( 1, 01.55, "Joy To The World");
  480.     SET_CDtt( 2, 03.05, "What Child is This?");
  481.     SET_CDtt( 3, 03.13, "Medley: Hark, the Herald Angels Sing / O Come All Ye Faithful");
  482.     SET_CDtt( 4, 02.05, "Auld Lang Syne");
  483.     SET_CDtt( 5, 02.13, "The Bells of St. Mary's");
  484.     SET_CDtt( 6, 01.13, "Good King Wenceslas");
  485.     SET_CDtt( 7, 01.53, "We Three Kings of Orient Are");
  486.     SET_CDtt( 8, 02.44, "God Rest Ye Merry Gentlemen Fantasy");
  487.     SET_CDtt( 9, 02.15, "The First Noel");
  488.     SET_CDtt(10, 10.17, "Christ's Saints of God Fantasy");
  489.     SET_CDtt(11, 01.30, "It Came Upon a Midnight Clear");
  490.     SET_CDtt(12, 03.02, "Go I Will Send Thee");
  491.     SET_CDtt(13, 03.50, "Lo How a Rose E'er Blooming");
  492.     SET_CDtt(14, 01.16, "Silent Night, Holy Night");
  493.     SET_CDtt(15, 03.32, "Oh Holy Night  [with Richard Ruskin]");
  494.     SET_CDtt(16, 03.34, "Christmas Medley: Oh Tannenbaum / Angels We Have Heard On High / Jingle Bells  [with Richard Ruskin]");
  495.     SET_CDtt(17, 06.49, "Russian Christmas Overture  [with Richard Ruskin]");
  496.     SET_CDtt(18, 05.03, "White Christmas");
  497.     SET_CDtt(19, 02.41, "Carol of the Bells  [with Richard Ruskin]");
  498.     SET_CDtt(20, 12.26, "Christmas Fantasy––Part II");
  499. #     endif
  500.     }
  501.     if ( cdKey == CFRANKE_NEWFILMS ) { /* 0:59:48-72 */
  502.     tocPtr->discPerformer = "Christopher Franke";
  503.     tocPtr->discTitle = "New Music for Films";
  504.     SET_CDtt( 1, 02.32, "Main Title");
  505.     SET_CDtt( 2, 02.58, "Big Country");
  506.     SET_CDtt( 3, 02.09, "Dramatic Ride");
  507.     SET_CDtt( 4, 00.36, "The Run");
  508.     SET_CDtt( 5, 02.26, "Getting Ready to Attack");
  509.     SET_CDtt( 6, 01.42, "Memories of Maria");
  510.     SET_CDtt( 7, 02.23, "The Attack");
  511.     SET_CDtt( 8, 01.37, "Will He Return?");
  512.     SET_CDtt( 9, 01.10, "Quiet Ocean");
  513.     SET_CDtt(10, 00.30, "The Battle Begins");
  514.     SET_CDtt(11, 02.14, "The Victory");
  515.     SET_CDtt(12, 01.24, "Hidden Tears");
  516.     SET_CDtt(13, 01.20, "The Fight");
  517.     SET_CDtt(14, 04.00, "Romance Became Pain");
  518.     SET_CDtt(15, 02.21, "The Battle Continues");
  519.     SET_CDtt(16, 01.25, "Mysterious Discovery");
  520.     SET_CDtt(17, 06.02, "Lurking Shadow");
  521.     SET_CDtt(18, 07.40, "The Shock");
  522.     SET_CDtt(19, 01.01, "Dream Sequence");
  523.     SET_CDtt(20, 04.15, "Doomed");
  524.     SET_CDtt(21, 03.22, "Threatening");
  525.     SET_CDtt(22, 01.11, "Quiet Ocean — Reprise");
  526.     SET_CDtt(23, 03.31, "Creepy");
  527.     SET_CDtt(24, 01.57, "Steven Stole It");
  528.     }
  529.     if ( cdKey == JEGARDINER_SOLOMON_D2 ) { /* 1:07:36-33 */
  530.     tocPtr->discPerformer = "John Eliot Gardiner";
  531.     tocPtr->discTitle = "Solomon  [disc 2]";
  532.     tocPtr->discCatNum = "002894162692900";
  533.     /*    ACT II:   Scene 2: */
  534.     SET_CDtt( 1, 01.53, "My sovereign liege");
  535.     /*    ACT II:   Scene 3: */
  536.     SET_CDtt( 2, 05.35, "Thou son of David - Words are weak");
  537.     SET_CDtt( 3, 03.28, "What says the other - Thy sentance, great king");
  538.     SET_CDtt( 4, 04.24, "Withhold, withhold the executing hand - Can I see my infant gor'd");
  539.     SET_CDtt( 5, 01.18, "Israel, attend");
  540.     SET_CDtt( 6, 03.59, "Thrice bless'd be the king");
  541.     SET_CDtt( 7, 02.28, "From the east unto the west");
  542.     SET_CDtt( 8, 06.24, "No more shall armed bands - Beneath the vine");
  543.     SET_CDtt( 9, 02.46, "Swell, swell, the full chorus");
  544.     /*    ACT III: */
  545.     SET_CDtt(10, 03.01, "The Arrival of the Queen of Sheba");
  546.     SET_CDtt(11, 01.25, "From Arabia's Spicy Shores");
  547.     SET_CDtt(12, 03.35, "Sweep, sweep the string - Music, spread thy voice");
  548.     SET_CDtt(13, 01.47, "Now a diff'rent measure - Shake the dome");
  549.     SET_CDtt(14, 03.20, "Then at once from rage - Draw the tear from hopeless love");
  550.     SET_CDtt(15, 03.39, "Next the tortur'd soul - Thus rolling surges rise");
  551.     SET_CDtt(16, 00.59, "Thy harmony's divine");
  552.     SET_CDtt(17, 03.58, "Thrice happy king - Golden columns");
  553.     SET_CDtt(18, 05.55, "May peace in Salem ever dwell - Will the sun forget to streak");
  554.     SET_CDtt(19, 03.01, "Adieu, fair queen - Ev'ry joy that wisdom knows");
  555.     SET_CDtt(20, 04.39, "Praise the Lord");
  556.     }
  557.     if ( cdKey == EJOHN_REGSPIANOPOP ) { /* 0:57:00-32 */
  558.     tocPtr->discPerformer = "Elton John";
  559.     tocPtr->discTitle = "Reg Dwight's Piano Goes Pop";
  560. #     if !defined(SKIPSONGS_Elton_John)
  561.     SET_CDtt( 1, 02.45, "My Baby Loves Lovin'");
  562.     SET_CDtt( 2, 02.48, "Cottonfields");
  563.     SET_CDtt( 3, 03.41, "Lady D'Arbanville");
  564.     SET_CDtt( 4, 02.49, "Natural Sinner");
  565.     SET_CDtt( 5, 02.49, "United We Stand");
  566.     SET_CDtt( 6, 03.36, "Spirit in the Sky");
  567.     SET_CDtt( 7, 02.16, "Travellin' Band");
  568.     SET_CDtt( 8, 03.47, "I Can't Tell the Bottom from the Top");
  569.     SET_CDtt( 9, 03.07, "Good Morning Freedom");
  570.     SET_CDtt(10, 03.02, "Young, Gifted & Black");
  571.     SET_CDtt(11, 02.51, "In the Summertime");
  572.     SET_CDtt(12, 02.38, "Up Around the Bend");
  573.     SET_CDtt(13, 03.02, "Snake in the Grass");
  574.     SET_CDtt(14, 03.35, "Neanderthal Man");
  575.     SET_CDtt(15, 01.57, "She Sold Me Magic");
  576.     SET_CDtt(16, 02.12, "Come and Get It");
  577.     SET_CDtt(17, 02.33, "Love of the Common People");
  578.     SET_CDtt(18, 02.32, "Signed, Sealed, Delivered");
  579.     SET_CDtt(19, 02.24, "It's All in the Game");
  580.     SET_CDtt(20, 02.34, "Yellow River");
  581. #     endif
  582.     }
  583.     if ( cdKey == LEDZEP_REMASTERS_D3 ) { /* 1:03:16-00 */
  584.     tocPtr->discPerformer = "Led Zeppelin";
  585.     tocPtr->discTitle = "Remasters [disc 3]";
  586.     tocPtr->discCatNum = "007567823712600";
  587. #     if !defined(SKIPSONGS_Led_Zeppelin)
  588.     SET_CDtt( 1, 28.13, "Answers from Page, Plant, and Jones");
  589.     SET_CDtt( 2, 00.08, "Hello.  This is Jimmy Page, and you're listening to the station that made rock classic.");
  590.     SET_CDtt( 3, 00.09, "Hi there, this is Jimmy Page.  Hold on to your seats, here comes Led Zeppelin.");
  591.     SET_CDtt( 4, 00.11, "Good morning, this is Jimmy Page.  Come on, it's time to wake up and get the Led out.");
  592.     SET_CDtt( 5, 00.08, "Hi, this is Jimmy Page and this deejay is insane.");
  593.     SET_CDtt( 6, 00.07, "Hello, I'm Jimmy Page and this is Led Zeppelin.");
  594.     SET_CDtt( 7, 00.08, "Hello, this is Jimmy Page and I wanna hear some rock and roll.");
  595.     SET_CDtt( 8, 00.09, "Hello, this is Jimmy Page.  Keep your radio tuned right here.");
  596.     SET_CDtt( 9, 01.03, "Q: How did the Led Zeppelin 4-CD set come about?  A: [Jimmy Page]");
  597.     SET_CDtt(10, 00.32, "Q: Where did you find all the old Led Zeppelin tapes?  A: [Jimmy Page]");
  598.     SET_CDtt(11, 00.30, "Q: What was the hardest part of the project?  A: [Jimmy Page]");
  599.     SET_CDtt(12, 00.35, "Q: What is the difference between these versions and the originals?  A: [Jimmmy Page]");
  600.     SET_CDtt(13, 01.41, "Q: Did you have any old unreleased numbers left-over?  A:  [Jimmy Page]");
  601.     SET_CDtt(14, 00.50, "Q: Do any of the songs specifically benefit from the new EQ, new production values you put in?  A:  [Jimmy Page]");
  602.     SET_CDtt(15, 01.01, "Q: Is it true that Elvis Presley's “Baby Let's Play House” get you into rock and roll?  A: [Jimmy Page]");
  603.     SET_CDtt(16, 02.14, "Q: What was your idea when you put Led Zeppelin together?  A: [Jimmy Page]");
  604.     SET_CDtt(17, 00.43, "Q: How long did `Led Zeppelin I' take to record?  A: [Jimmy Page]");
  605.     SET_CDtt(18, 00.44, "Q: What was the first Zeppelin tour of the United States like?  A: [Jimmy Page]");
  606.     SET_CDtt(19, 00.59, "Q: As a producer, what studio techniques did you specifically come up with?  A: [Jimmy Page]");
  607.     SET_CDtt(20, 00.31, "Q: What is the most satisfying thing about Led Zeppelin to you?  A: [Jimmy Page]");
  608.     SET_CDtt(21, 00.36, "Q: What do you remember about Led Zeppelin's first rehearsal?  A: [Robert Plant]");
  609.     SET_CDtt(22, 01.17, "Q: What were the various influences that  everyone brought into the mix with Led Zeppelin?  A: [Robert Plant]");
  610.     SET_CDtt(23, 00.38, "Q: Tell us how Led Zeppelin replaced Jeff Beck's group for the first U.S tour?  A: [Robert Plant]");
  611.     SET_CDtt(24, 01.10, "Q: You've told me before, Robert, that you were never happy with the first Led Zeppelin album.  Why?  A: [Robert Plant]");
  612.     SET_CDtt(25, 00.30, "Q: Tell us what the Led Zeppelin stage show was like.  A: [Robert Plant]");
  613.     SET_CDtt(26, 00.54, "");
  614.     SET_CDtt(27, 00.43, "");
  615.     SET_CDtt(28, 01.29, "");
  616.     SET_CDtt(29, 01.36, "");
  617.     SET_CDtt(30, 00.54, "");
  618.     SET_CDtt(31, 01.54, "");
  619.     SET_CDtt(32, 01.11, "Q: How would you like Led Zeppelin be remembered?  A: [Robert Plant]");
  620.     SET_CDtt(33, 00.43, "Q: How did you start playing bass guitar?  A: [John Paul Jones]");
  621.     SET_CDtt(34, 00.46, "");
  622.     SET_CDtt(35, 00.31, "");
  623.     SET_CDtt(36, 01.03, "");
  624.     SET_CDtt(37, 00.53, "");
  625.     SET_CDtt(38, 00.44, "");
  626.     SET_CDtt(39, 01.26, "");
  627.     SET_CDtt(40, 00.44, "");
  628.     SET_CDtt(41, 00.32, "");
  629.     SET_CDtt(42, 00.44, "Q: What do you consider one of the best moments of Led Zeppelin?  A: [John Paul Jones]");
  630.     SET_CDtt(43, 01.40, "Q: Tell us about Led Zeppelin's studio techniques.  A: [John Paul Jones]");
  631. #     endif
  632.     }
  633.     if ( cdKey == GLIGHT_GORDSGOLD ) { /* 1:12:03-00 */
  634.     tocPtr->discPerformer = "Gordon Lightfoot";
  635.     tocPtr->discTitle = "Gord's Gold";
  636.     tocPtr->discCatNum = "007599022372200";
  637. #     if !defined(SKIPSONGS_Gordon_Lightfoot)
  638.     SET_CDtt( 1, 03.06, "I'm Not Sayin' / Ribbon of Darkness");
  639.     SET_CDtt( 2, 03.02, "Song for a Winter's Night");
  640.     SET_CDtt( 3, 07.06, "Canadian Railroad Trilogy");
  641.     SET_CDtt( 4, 02.39, "Softly");
  642.     SET_CDtt( 5, 03.29, "For Lovin' Me");
  643.     SET_CDtt( 6, 02.50, "Steel Rail Blues");
  644.     SET_CDtt( 7, 02.48, "Wherefore and Why");
  645.     SET_CDtt( 8, 02.47, "Bitter Green");
  646.     SET_CDtt( 9, 03.18, "Early Morning Rain");
  647.     SET_CDtt(10, 03.27, "Minstrel of the Dawn");
  648.     SET_CDtt(11, 03.37, "Sundown");
  649.     SET_CDtt(12, 03.23, "Beautiful");
  650.     SET_CDtt(13, 04.06, "Summer Side of Life");
  651.     SET_CDtt(14, 02.50, "Rainy Day People");
  652.     SET_CDtt(15, 03.26, "Cotton Jenny");
  653.     SET_CDtt(16, 03.40, "Don Quixote");
  654.     SET_CDtt(17, 02.48, "Circle of Steel");
  655.     SET_CDtt(18, 03.06, "Old Dan's Records");
  656.     SET_CDtt(19, 03.50, "If You Could Read My Mind");
  657.     SET_CDtt(20, 03.01, "Cold on the Shoulder");
  658.     SET_CDtt(21, 03.42, "Carefree Highway");
  659. #     endif
  660.     }
  661.     if ( cdKey == GLIGHT_UACOL_D1 ) { /* 1:17:32-35 */
  662.     tocPtr->discPerformer = "Gordon Lightfoot";
  663.     tocPtr->discTitle = "The United Artists Collection  [disc 1]";
  664.     /* Disc 2 has: tocPtr->discCatNum = "007777270172900"; */
  665. #     if !defined(SKIPSONGS_Gordon_Lightfoot)
  666.     SET_CDtt( 1, 02.47, "Rich Man's Spiritual");
  667.     SET_CDtt( 2, 02.49, "Long River");
  668.     SET_CDtt( 3, 03.45, "The Way I Feel  [version 1]");
  669.     SET_CDtt( 4, 02.28, "For Lovin' Me");
  670.     SET_CDtt( 5, 03.13, "The First Time Ever I Saw Your Face");
  671.     SET_CDtt( 6, 02.33, "Changes");
  672.     SET_CDtt( 7, 03.08, "Early Mornin' Rain");
  673.     SET_CDtt( 8, 02.53, "Steel Rail Blues");
  674.     SET_CDtt( 9, 02.08, "Sixteen Miles (To Seven Lakes)");
  675.     SET_CDtt(10, 02.31, "I'm Not Sayin'");
  676.     SET_CDtt(11, 02.44, "Pride of Man");
  677.     SET_CDtt(12, 02.42, "Ribbon of Darkness");
  678.     SET_CDtt(13, 03.12, "Oh, Linda");
  679.     SET_CDtt(14, 02.06, "Peaceful Waters");
  680.     SET_CDtt(15, 02.54, "Walls");
  681.     SET_CDtt(16, 02.31, "If You Got It");
  682.     SET_CDtt(17, 03.26, "Softly");
  683.     SET_CDtt(18, 03.00, "Crossroads");
  684.     SET_CDtt(19, 03.17, "A Minor Ballad");
  685.     SET_CDtt(20, 02.40, "Go–Go Round");
  686.     SET_CDtt(21, 02.43, "Rosanna");
  687.     SET_CDtt(22, 03.05, "Home From the Forest");
  688.     SET_CDtt(23, 02.28, "I'll Be Alright");
  689.     SET_CDtt(24, 03.00, "Song For a Winter's Night");
  690.     SET_CDtt(25, 06.22, "Canadian Railroad Trilogy");
  691.     SET_CDtt(26, 03.05, "The Way I Feel  [version 2]");
  692. #     endif
  693.     }
  694.     if ( cdKey == GLIGHT_UACOL_D2 ) { /* 1:13:53-32 */
  695.     tocPtr->discPerformer = "Gordon Lightfoot";
  696.     tocPtr->discTitle = "The United Artists Collection  [disc 2]";
  697.     tocPtr->discCatNum = "007777270172900";
  698. #     if !defined(SKIPSONGS_Gordon_Lightfoot)
  699.     SET_CDtt( 1, 02.53, "Wherefor & Why");
  700.     SET_CDtt( 2, 05.13, "The Last Time I Saw Her");
  701.     SET_CDtt( 3, 04.13, "Black Day in July");
  702.     SET_CDtt( 4, 02.22, "May I");
  703.     SET_CDtt( 5, 02.22, "Magnificent Outpouring");
  704.     SET_CDtt( 6, 03.37, "Does Your Mother Know");
  705.     SET_CDtt( 7, 03.38, "The Mountain and Maryann");
  706.     SET_CDtt( 8, 02.50, "Pussywillows, Cat–Tails");
  707.     SET_CDtt( 9, 02.26, "I Want to Hear it From You");
  708.     SET_CDtt(10, 03.22, "Something Very Special");
  709.     SET_CDtt(11, 02.13, "Boss Man");
  710.     SET_CDtt(12, 02.33, "Did She Mention My Name");
  711.     SET_CDtt(13, 03.05, "Long Way Back Home");
  712.     SET_CDtt(14, 01.55, "Unsettled Ways");
  713.     SET_CDtt(15, 03.00, "Long Thin Dawn");
  714.     SET_CDtt(16, 02.45, "Bitter Green");
  715.     SET_CDtt(17, 03.29, "The Circle Is Small (I Can See It In Your Eyes)");
  716.     SET_CDtt(18, 02.57, "Marie Christine");
  717.     SET_CDtt(19, 05.19, "Cold Hands from New York");
  718.     SET_CDtt(20, 03.28, "Affair on 8th Avenue");
  719.     SET_CDtt(21, 03.21, "Don't Beat Me Down");
  720.     SET_CDtt(22, 02.47, "The Gypsy");
  721.     SET_CDtt(23, 04.03, "If I Could");
  722. #     endif
  723.     }
  724.     if ( cdKey == PMCART_ISALIVE ) { /* 1:17:22-60 */
  725.     tocPtr->discPerformer = "Paul McCartney";
  726.     tocPtr->discTitle = "Paul Is Live";
  727. #     if !defined(SKIPSONGS_Paul_McCartney)
  728.     SET_CDtt( 1, 02.33, "Drive My Car");
  729.     SET_CDtt( 2, 04.12, "Let Me Roll It");
  730.     SET_CDtt( 3, 02.41, "Looking for Changes");
  731.     SET_CDtt( 4, 04.54, "Peace in the Neighborhood");
  732.     SET_CDtt( 5, 02.18, "All My Loving");
  733.     SET_CDtt( 6, 01.56, "Robbie's Bit (Thanks Chet)");
  734.     SET_CDtt( 7, 02.52, "Good Rocking Tonight");
  735.     SET_CDtt( 8, 02.40, "We Can Work It Out");
  736.     SET_CDtt( 9, 03.33, "Hope Of Deliverance");
  737.     SET_CDtt(10, 02.57, "Michelle");
  738.     SET_CDtt(11, 03.40, "Biker Like an Icon");
  739.     SET_CDtt(12, 02.30, "Here, There and Everywhere");
  740.     SET_CDtt(13, 04.07, "My Love");
  741.     SET_CDtt(14, 03.15, "Magical Mystery Tour");
  742.     SET_CDtt(15, 05.39, "C'mon People");
  743.     SET_CDtt(16, 02.31, "Lady Madonna");
  744.     SET_CDtt(17, 02.37, "Paperback Writer");
  745.     SET_CDtt(18, 03.03, "Penny Lane");
  746.     SET_CDtt(19, 03.51, "Live and Let Die");
  747.     SET_CDtt(20, 03.54, "Kansas City");
  748.     SET_CDtt(21, 00.42, "Welcome to the Soundcheck");
  749.     SET_CDtt(22, 02.00, "Hotel in Benidorm");
  750.     SET_CDtt(23, 02.37, "I Wanna Be Your Man");
  751.     SET_CDtt(24, 06.18, "A Fine Day");
  752. #     endif
  753.     }
  754.     if ( cdKey == MOODY_TIMET_D1 ) { /* 1:14:26-25 */
  755.     tocPtr->discPerformer = "Moody Blues";
  756.     tocPtr->discTitle = "Time Traveller  [disc 1]";
  757. #     if !defined(SKIPSONGS_Moody_Blues)
  758.     SET_CDtt( 1, 02.54, "Fly Me High");
  759.     SET_CDtt( 2, 02.25, "Love and Beauty");
  760.     SET_CDtt( 3, 02.22, "Cities");
  761.     SET_CDtt( 4, 04.47, "Tuesday Afternoon (Forever Afternoon)");
  762.     SET_CDtt( 5, 07.41, "Nights in White Satin");
  763.     SET_CDtt( 6, 04.23, "Ride My See-Saw");
  764.     SET_CDtt( 7, 06.36, "Legend of a Mind");
  765.     SET_CDtt( 8, 06.00, "House of Four Doors");
  766.     SET_CDtt( 9, 03.30, "Voices in the Sky");
  767.     SET_CDtt(10, 03.13, "The Best Way to Travel");
  768.     SET_CDtt(11, 04.41, "The Actor");
  769.     SET_CDtt(12, 02.08, "In the Beginning");
  770.     SET_CDtt(13, 02.34, "Lovely to See You");
  771.     SET_CDtt(14, 03.57, "Dear Diary");
  772.     SET_CDtt(15, 04.40, "Never Comes the Day");
  773.     SET_CDtt(16, 03.29, "Are You Sitting Comfortably");
  774.     SET_CDtt(17, 00.53, "The Dream");
  775.     SET_CDtt(18, 02.20, "Have You Heard, Part 1");
  776.     SET_CDtt(19, 03.12, "The Voyage");
  777.     SET_CDtt(20, 02.39, "Have You Heard, Part 2");
  778. #     endif
  779.     }
  780.     if ( cdKey == MOODY_TIMET_D2 ) { /* 1:17:23-55 */
  781.     tocPtr->discPerformer = "Moody Blues";
  782.     tocPtr->discTitle = "Time Traveller  [disc 2]";
  783. #     if !defined(SKIPSONGS_Moody_Blues)
  784.     SET_CDtt( 1, 03.59, "Higher and Higher");
  785.     SET_CDtt( 2, 03.31, "Gypsy (of a Strange and Distant Time)");
  786.     SET_CDtt( 3, 03.11, "Eyes of a Child");
  787.     SET_CDtt( 4, 01.06, "Never Thought I'd Live to be a Hundred");
  788.     SET_CDtt( 5, 02.59, "Beyond");
  789.     SET_CDtt( 6, 03.41, "Out and In");
  790.     SET_CDtt( 7, 04.13, "Candle of Life");
  791.     SET_CDtt( 8, 00.33, "Never Thought I'd Live to be a Million");
  792.     SET_CDtt( 9, 04.15, "Watching and Waiting");
  793.     SET_CDtt(10, 05.40, "Question");
  794.     SET_CDtt(11, 02.36, "Don't You Feel Small");
  795.     SET_CDtt(12, 03.11, "It's Up To You");
  796.     SET_CDtt(13, 04.25, "Minstrel's Song");
  797.     SET_CDtt(14, 04.24, "Dawning is the Day");
  798.     SET_CDtt(15, 05.51, "Melancholy Man");
  799.     SET_CDtt(16, 04.41, "Procession");
  800.     SET_CDtt(17, 02.53, "The Story in Your Eyes");
  801.     SET_CDtt(18, 05.40, "One More Time to Live");
  802.     SET_CDtt(19, 04.14, "You Can Never Go Home");
  803.     SET_CDtt(20, 06.18, "My Song");
  804. #     endif
  805.     }
  806.     if ( cdKey == POL_MSGBOX_D1 ) { /* 1:14:55-15 */
  807.     tocPtr->discPerformer = "Police";
  808.     tocPtr->discTitle = "Message in a Box: The Complete Recordings  [disc 1]";
  809.     SET_CDtt( 1, 02.03, "Fallout");
  810.     SET_CDtt( 2, 01.57, "Nothing Achieving");
  811.     SET_CDtt( 3, 03.35, "Dead End Job");
  812.     SET_CDtt( 4, 02.52, "Next to You");
  813.     SET_CDtt( 5, 04.52, "So Lonely");
  814.     SET_CDtt( 6, 03.15, "Roxanne");
  815.     SET_CDtt( 7, 04.54, "Hole in My Life");
  816.     SET_CDtt( 8, 04.02, "Peanuts");
  817.     SET_CDtt( 9, 03.01, "Can't Stand Losing You");
  818.     SET_CDtt(10, 02.55, "Truth Hits Everybody");
  819.     SET_CDtt(11, 03.44, "Born in the 50's");
  820.     SET_CDtt(12, 03.23, "Be My Girl-Sally");
  821.     SET_CDtt(13, 05.44, "Masoko Tanga");
  822.     SET_CDtt(14, 02.37, "Landlord  [live]");
  823.     SET_CDtt(15, 03.11, "Next To You  [live]");
  824.     SET_CDtt(16, 03.10, "Landlord");
  825.     SET_CDtt(17, 04.50, "Message in a Bottle");
  826.     SET_CDtt(18, 03.07, "Reggatta De Blanc");
  827.     SET_CDtt(19, 03.13, "It's Alright For You");
  828.     SET_CDtt(20, 04.16, "Bring on the Night");
  829.     SET_CDtt(21, 04.12, "Deathwish");
  830.     }
  831.     if ( cdKey == POL_MSGBOX_D2 ) { /* 1:13:05-02 */
  832.     tocPtr->discPerformer = "Police";
  833.     tocPtr->discTitle = "Message in a Box: The Complete Recordings  [disc 2]";
  834.     SET_CDtt( 1, 05.02, "Walking on the Moon");
  835.     SET_CDtt( 2, 02.58, "On Any Other Day");
  836.     SET_CDtt( 3, 04.26, "The Bed's Too Big Without You");
  837.     SET_CDtt( 4, 02.38, "Contact");
  838.     SET_CDtt( 5, 03.46, "Does Everyone Stare");
  839.     SET_CDtt( 6, 03.20, "No Time This Time");
  840.     SET_CDtt( 7, 03.05, "Visions of the Night");
  841.     SET_CDtt( 8, 03.30, "The Bed's Too Big Without You  [mono]");
  842.     SET_CDtt( 9, 02.27, "Truth Hits Everybody  [live]");
  843.     SET_CDtt(10, 03.36, "Friends");
  844.     SET_CDtt(11, 04.03, "Don't Stand So Close to Me");
  845.     SET_CDtt(12, 03.21, "Driven to Tears");
  846.     SET_CDtt(13, 03.36, "When the World is Running Down, You Make the Best of What's Still Around");
  847.     SET_CDtt(14, 02.27, "Canary in a Coalmine");
  848.     SET_CDtt(15, 03.53, "Voices Inside My Head");
  849.     SET_CDtt(16, 03.06, "Bombs Away");
  850.     SET_CDtt(17, 04.09, "De Do Do Do, De Da Da Da");
  851.     SET_CDtt(18, 02.55, "Behind My Camel");
  852.     SET_CDtt(19, 02.19, "Man in a Suitcase");
  853.     SET_CDtt(20, 05.02, "Shadows in the Rain");
  854.     SET_CDtt(21, 03.24, "The Other Way of Stopping");
  855.     }
  856.     if ( cdKey == CRICHARD_76_94 ) { /* 1:16:16-27 */
  857.     tocPtr->discPerformer = "Cliff Richard";
  858.     tocPtr->discTitle = "The Cliff Richard Collection, 1976-1994";
  859.     SET_CDtt( 1, 03.40, "Wired for Sound");
  860.     SET_CDtt( 2, 03.39, "Dreamin'");
  861.     SET_CDtt( 3, 03.46, "I Still Believe in You");
  862.     SET_CDtt( 4, 03.41, "Carrie");
  863.     SET_CDtt( 5, 03.51, "Some People");
  864.     SET_CDtt( 6, 03.18, "The Only Way Out");
  865.     SET_CDtt( 7, 03.11, "Slow Rivers  [with Elton John]");
  866.     SET_CDtt( 8, 03.16, "True Love Ways");
  867.     SET_CDtt( 9, 03.25, "A Little in Love");
  868.     SET_CDtt(10, 02.59, "Daddy's Home");
  869.     SET_CDtt(11, 03.39, "Never Say Die (Give a Little Bit More)");
  870.     SET_CDtt(12, 04.15, "We Don't Talk Anymore");
  871.     SET_CDtt(13, 04.11, "All I Ask of You  [with Sarah Brightman]");
  872.     SET_CDtt(14, 03.37, "Devil Woman");
  873.     SET_CDtt(15, 05.17, "Ocean Deep");
  874.     SET_CDtt(16, 04.15, "Love is the Strongest Emotion");
  875.     SET_CDtt(17, 04.12, "She's So Beautiful");
  876.     SET_CDtt(18, 03.57, "My Pretty One");
  877.     SET_CDtt(19, 04.00, "Suddenly  [with Oliva Newton-John]");
  878.     SET_CDtt(20, 04.05, "Mistletoe and Wine");
  879.     }
  880.     if ( cdKey == SIMNGARF_COLLECTED_D1 ) { /* 1:01:03-50 */
  881.     tocPtr->discPerformer = "Simon and Garfunkel";
  882.     tocPtr->discTitle = "Collected Works  [disc 1]";
  883.     SET_CDtt( 1, 02.45, "You Can Tell The World");
  884.     SET_CDtt( 2, 02.12, "Last Night I Had the Strangest Dream");
  885.     SET_CDtt( 3, 02.46, "Bleeker Street");
  886.     SET_CDtt( 4, 02.50, "Sparrow");
  887.     SET_CDtt( 5, 02.41, "Benedictus");
  888.     SET_CDtt( 6, 03.07, "The Sound of Silence");
  889.     SET_CDtt( 7, 02.50, "He Was My Brother");
  890.     SET_CDtt( 8, 02.25, "Peggy–o");
  891.     SET_CDtt( 9, 02.07, "Go Tell It On the Mountain");
  892.     SET_CDtt(10, 02.49, "The Sun is Burning");
  893.     SET_CDtt(11, 02.54, "The Times They are A–Changin'");
  894.     SET_CDtt(12, 02.17, "Wednesday Morning, 3 A.M.");
  895.     SET_CDtt(13, 03.08, "The Sound of Silence");
  896.     SET_CDtt(14, 02.24, "Leaves that are Green");
  897.     SET_CDtt(15, 03.16, "Blessed");
  898.     SET_CDtt(16, 03.21, "Kathy's Song");
  899.     SET_CDtt(17, 02.37, "Somewhere They Can't Find Me");
  900.     SET_CDtt(18, 02.17, "Anji");
  901.     SET_CDtt(19, 02.58, "Richard Cory");
  902.     SET_CDtt(20, 02.34, "A Most Peculiar  Man");
  903.     SET_CDtt(21, 01.52, "April Come She Will");
  904.     SET_CDtt(22, 02.00, "We've Got a Groovy Thing Goin'");
  905.     SET_CDtt(23, 02.51, "I Am a Rock");
  906.     }
  907.     if ( cdKey == SIMNGARF_COLLECTED_D2 ) { /* 0:58:04-15 */
  908.     tocPtr->discPerformer = "Simon and Garfunkel";
  909.     tocPtr->discTitle = "Collected Works  [disc 2]";
  910.     SET_CDtt( 1, 03.11, "Scarborough Fair / Canticle");
  911.     SET_CDtt( 2, 02.45, "Patterns");
  912.     SET_CDtt( 3, 02.15, "Cloudy");
  913.     SET_CDtt( 4, 02.30, "Homeward Bound");
  914.     SET_CDtt( 5, 02.45, "The Big Bright Green Pleasure Machine");
  915.     SET_CDtt( 6, 01.42, "The 59th Street Bridge Song (Feelin' Groovy)");
  916.     SET_CDtt( 7, 02.41, "The Dangling Conversation");
  917.     SET_CDtt( 8, 02.14, "Flowers Never Bend with the Rainfall");
  918.     SET_CDtt( 9, 02.13, "A Simple Desultory Philippic (or How I Was Robert McNamara'd Into Submission)");
  919.     SET_CDtt(10, 02.05, "For Emily, Whenever I May Find Her");
  920.     SET_CDtt(11, 01.57, "A Poem on the Underground Wall");
  921.     SET_CDtt(12, 02.00, "7 O'Clock News / Silent Night");
  922.     SET_CDtt(13, 00.32, "Bookends Theme");
  923.     SET_CDtt(14, 02.49, "Save the Life of my Child");
  924.     SET_CDtt(15, 03.41, "America");
  925.     SET_CDtt(16, 02.13, "Overs");
  926.     SET_CDtt(17, 02.07, "Voices of Old People");
  927.     SET_CDtt(18, 02.35, "Old Friends");
  928.     SET_CDtt(19, 01.24, "Bookends Theme");
  929.     SET_CDtt(20, 03.19, "Fakin' It");
  930.     SET_CDtt(21, 02.18, "Punky's Dilemma");
  931.     SET_CDtt(22, 04.05, "Mrs. Robinson (from “The Graduate”)");
  932.     SET_CDtt(23, 02.18, "A Hazy Shade of Winter");
  933.     SET_CDtt(24, 02.23, "At The Zoo");
  934.     }
  935.     if ( cdKey == SOUNDTM_PINOCCHIO ) { /* 1:01:53-32 */
  936.     tocPtr->discPerformer = "Soundtracks (movie)";
  937.     tocPtr->discTitle = "Walt Disney's “Pinocchio”";
  938.     SET_CDtt( 1, 03.15, "When You Wish Upon a Star");
  939.     SET_CDtt( 2, 05.45, "Little Wooden Head");
  940.     SET_CDtt( 3, 00.55, "Clock Sequence");
  941.     SET_CDtt( 4, 00.40, "Kitten Theme");
  942.     SET_CDtt( 5, 03.28, "The Blue Fairy");
  943.     SET_CDtt( 6, 01.38, "Give a Little Whistle");
  944.     SET_CDtt( 7, 04.44, "Old Geppetto");
  945.     SET_CDtt( 8, 04.18, "Off to School");
  946.     SET_CDtt( 9, 01.41, "Hi-Diddle-Dee-Dee (an Actor's Life for Me)");
  947.     SET_CDtt(10, 01.36, "So Sorry");
  948.     SET_CDtt(11, 02.23, "I've Got No Strings");
  949.     SET_CDtt(12, 02.28, "Sinister Stromboli");
  950.     SET_CDtt(13, 03.22, "Sad Reunion");
  951.     SET_CDtt(14, 02.32, "Lesson in Lies");
  952.     SET_CDtt(15, 00.50, "Turn on the Old Music Box");
  953.     SET_CDtt(16, 04.45, "Coach to Pleasure Island");
  954.     SET_CDtt(17, 01.20, "Angry Cricket");
  955.     SET_CDtt(18, 03.51, "Transformation");
  956.     SET_CDtt(19, 01.30, "Message from the Blue Fairy");
  957.     SET_CDtt(20, 00.35, "To the Rescue");
  958.     SET_CDtt(21, 01.29, "Deep Ripples");
  959.     SET_CDtt(22, 01.42, "Desolation Theme");
  960.     SET_CDtt(23, 02.04, "Monstro Awakens");
  961.     SET_CDtt(24, 03.18, "Whale Chase");
  962.     SET_CDtt(25, 01.42, "A Real Boy");
  963.     }
  964.     if ( cdKey == SOUNDTM_ALADDIN ) { /* 0:50:08-00 */
  965.     tocPtr->discPerformer = "Soundtracks (movie)";
  966.     tocPtr->discTitle = "Walt Disney's “Aladdin”";
  967.     SET_CDtt( 1, 01.20, "Arabian Nights");
  968.     SET_CDtt( 2, 01.25, "Legend of the Lamp");
  969.     SET_CDtt( 3, 02.23, "One Jump Ahead!");
  970.     SET_CDtt( 4, 01.52, "Street Urchins");
  971.     SET_CDtt( 5, 01.02, "One Jump Ahead (reprise)");
  972.     SET_CDtt( 6, 02.27, "Friend Like Me");
  973.     SET_CDtt( 7, 01.39, "To Be Free");
  974.     SET_CDtt( 8, 02.52, "Prince Ali");
  975.     SET_CDtt( 9, 02.41, "A Whole New World");
  976.     SET_CDtt(10, 02.43, "Jafar's Hour");
  977.     SET_CDtt(11, 01.07, "Prince Ali (reprise)");
  978.     SET_CDtt(12, 01.36, "The Ends of the Earth");
  979.     SET_CDtt(13, 01.51, "The Kiss");
  980.     SET_CDtt(14, 02.55, "On a Dark Night");
  981.     SET_CDtt(15, 00.47, "Jasmine Runs Away");
  982.     SET_CDtt(16, 02.38, "Marketplace");
  983.     SET_CDtt(17, 04.58, "The Cave of Wonders");
  984.     SET_CDtt(18, 01.51, "Aladdin's Word");
  985.     SET_CDtt(19, 03.39, "The Battle");
  986.     SET_CDtt(20, 04.12, "Happy End in Agrabah");
  987.     SET_CDtt(21, 04.08, "A Whole New World (Aladdin's Theme)");
  988.     }
  989.     if ( cdKey == STEELYD_CITZ_D2 ) { /* 1:14:28-07 */
  990.     tocPtr->discPerformer = "Steely Dan";
  991.     tocPtr->discTitle = "Citizen Steely Dan: 1972-1980  [disc 2]";
  992. #     if !defined(SKIPSONGS_Steely_Dan)
  993.     SET_CDtt( 1, 05.05, "King of The World");
  994.     SET_CDtt( 2, 03.49, "Pearl of The Quarter");
  995.     SET_CDtt( 3, 04.09, "Rikki Don't Lose That Number");
  996.     SET_CDtt( 4, 03.40, "Night By Night");
  997.     SET_CDtt( 5, 03.09, "Any Major Dude Will Tell You");
  998.     SET_CDtt( 6, 03.22, "Barrytown");
  999.     SET_CDtt( 7, 02.50, "East St. Louis Toodle–oo");
  1000.     SET_CDtt( 8, 02.45, "Parker's Band");
  1001.     SET_CDtt( 9, 01.34, "Through with Buzz");
  1002.     SET_CDtt(10, 04.33, "Pretzel Logic");
  1003.     SET_CDtt(11, 02.19, "With A Gun");
  1004.     SET_CDtt(12, 02.45, "Charlie Freak");
  1005.     SET_CDtt(13, 02.37, "Monkey In Your Soul");
  1006.     SET_CDtt(14, 07.44, "Bodhisattva  [live]");
  1007.     SET_CDtt(15, 03.42, "Black Friday");
  1008.     SET_CDtt(16, 03.20, "Bad Sneakers");
  1009.     SET_CDtt(17, 03.05, "Rose Darling");
  1010.     SET_CDtt(18, 03.16, "Daddy Don't Live In That New York City No More");
  1011.     SET_CDtt(19, 03.57, "Doctor Wu");
  1012.     SET_CDtt(20, 03.45, "Everyone's Gone To The Movies");
  1013.     SET_CDtt(21, 03.00, "Chain Lightning");
  1014. #     endif
  1015.     }
  1016.     if ( cdKey == TV_GREATEST ) { /* 1:12:17-68 */
  1017.     tocPtr->discPerformer = "Various Artists";
  1018.     tocPtr->discTitle = "Television's Greatest Hits";
  1019.     SET_CDtt( 1, 00.51, "Captain Kangaroo");
  1020.     SET_CDtt( 2, 00.57, "The Little Rascals");
  1021.     SET_CDtt( 3, 01.26, "The Flintstones");
  1022.     SET_CDtt( 4, 00.49, "Woody Woodpecker Show");
  1023.     SET_CDtt( 5, 01.07, "Bugs Bunny Overture");
  1024.     SET_CDtt( 6, 00.42, "Casper, the Friendly Ghost");
  1025.     SET_CDtt( 7, 00.31, "Felix the Cat");
  1026.     SET_CDtt( 8, 01.28, "Popeye");
  1027.     SET_CDtt( 9, 00.38, "Yogi Bear");
  1028.     SET_CDtt(10, 00.44, "Magilla Gorilla");
  1029.     SET_CDtt(11, 00.51, "Top Cat");
  1030.     SET_CDtt(12, 01.41, "The Jetsons");
  1031.     SET_CDtt(13, 01.26, "Fireball XL-5");
  1032.     SET_CDtt(14, 00.57, "Howdy Doody");
  1033.     SET_CDtt(15, 01.16, "The Beverly Hillbillies");
  1034.     SET_CDtt(16, 01.32, "Petticoat Junction");
  1035.     SET_CDtt(17, 01.09, "Green Acres");
  1036.     SET_CDtt(18, 00.55, "Mr. Ed");
  1037.     SET_CDtt(19, 00.48, "The Munsters");
  1038.     SET_CDtt(20, 01.25, "The Addams Family");
  1039.     SET_CDtt(21, 01.03, "My Three Sons");
  1040.     SET_CDtt(22, 01.01, "The Donna Reed Show");
  1041.     SET_CDtt(23, 01.23, "Leave It To Beaver");
  1042.     SET_CDtt(24, 01.05, "Dennis the Menace");
  1043.     SET_CDtt(25, 01.18, "Dobie Gillis");
  1044.     SET_CDtt(26, 01.15, "The Patty Duke Show");
  1045.     SET_CDtt(27, 00.43, "The Dick Van Dyke Show");
  1046.     SET_CDtt(28, 01.35, "Gilligan's Island");
  1047.     SET_CDtt(29, 00.31, "McHale's Navy");
  1048.     SET_CDtt(30, 00.50, "I Dream of Jeannie");
  1049.     SET_CDtt(31, 01.02, "I Love Lucy");
  1050.     SET_CDtt(32, 00.54, "The Andy Griffith Show");
  1051.     SET_CDtt(33, 01.25, "Star Trek");
  1052.     SET_CDtt(34, 01.05, "Lost in Space");
  1053.     SET_CDtt(35, 00.56, "The Twilight Zone");
  1054.     SET_CDtt(36, 01.00, "Alfred Hitchcock Presents");
  1055.     SET_CDtt(37, 01.50, "Superman");
  1056.     SET_CDtt(38, 01.12, "Batman");
  1057.     SET_CDtt(39, 01.26, "Flipper");
  1058.     SET_CDtt(40, 00.56, "Combat");
  1059.     SET_CDtt(41, 01.08, "The Rifleman");
  1060.     SET_CDtt(42, 00.40, "Bonanza");
  1061.     SET_CDtt(43, 00.57, "Branded");
  1062.     SET_CDtt(44, 01.16, "F–Troop");
  1063.     SET_CDtt(45, 01.01, "Rin Tin Tin");
  1064.     SET_CDtt(46, 00.51, "Daniel Boone");
  1065.     SET_CDtt(47, 01.27, "The Wild Wild West");
  1066.     SET_CDtt(48, 01.18, "The Lone Ranger");
  1067.     SET_CDtt(49, 00.59, "Happy Trails");
  1068.     SET_CDtt(50, 00.55, "Mission: Impossible");
  1069.     SET_CDtt(51, 01.21, "Man from U.N.C.L.E.");
  1070.     SET_CDtt(52, 00.58, "Get Smart");
  1071.     SET_CDtt(53, 02.16, "Secret Agent Man");
  1072.     SET_CDtt(54, 01.20, "Dragnet");
  1073.     SET_CDtt(55, 01.12, "Perry Mason");
  1074.     SET_CDtt(56, 00.51, "Adam–12");
  1075.     SET_CDtt(57, 01.13, "The F.B.I.");
  1076.     SET_CDtt(58, 01.02, "Hawaii Five–O");
  1077.     SET_CDtt(59, 01.04, "77 Sunset Strip");
  1078.     SET_CDtt(60, 01.13, "Surfside 6");
  1079.     SET_CDtt(61, 00.49, "Ironside");
  1080.     SET_CDtt(62, 01.28, "Mannix");
  1081.     SET_CDtt(63, 01.04, "The Mod Squad");
  1082.     SET_CDtt(64, 01.16, "The Tonight Show");
  1083.     SET_CDtt(65, 00.53, "The Late Late Show");
  1084.     }
  1085.     if ( cdKey == TV_GREATEST_V2 ) { /* 1:13:14-08 */
  1086.     tocPtr->discPerformer = "Various Artists";
  1087.     tocPtr->discTitle = "Television's Greatest Hits - Volume II";
  1088.     SET_CDtt( 1, 01.03, "The Three Stooges");
  1089.     SET_CDtt( 2, 00.41, "Merrie Melodies");
  1090.     SET_CDtt( 3, 01.32, "Rocky & Bullwinkle");
  1091.     SET_CDtt( 4, 00.39, "Huckleberry Hound");
  1092.     SET_CDtt( 5, 00.30, "Mighty Mouse");
  1093.     SET_CDtt( 6, 00.56, "Courageous Cat & Minute Mouse");
  1094.     SET_CDtt( 7, 02.00, "Pink Panther");
  1095.     SET_CDtt( 8, 01.02, "Road Runner");
  1096.     SET_CDtt( 9, 01.02, "George of the Jungle");
  1097.     SET_CDtt(10, 01.36, "Jonny Quest");
  1098.     SET_CDtt(11, 01.02, "Spider–Man");
  1099.     SET_CDtt(12, 01.15, "Underdog");
  1100.     SET_CDtt(13, 00.28, "Looney Tunes");
  1101.     SET_CDtt(14, 02.22, "Peanuts Theme");
  1102.     SET_CDtt(15, 01.33, "Mr. Rogers' Neighborhood");
  1103.     SET_CDtt(16, 01.17, "The Odd Couple");
  1104.     SET_CDtt(17, 00.59, "The Courtship of Eddie's Father");
  1105.     SET_CDtt(18, 00.58, "Mary Tyler Moore");
  1106.     SET_CDtt(19, 01.26, "Gidget");
  1107.     SET_CDtt(20, 00.55, "That Girl");
  1108.     SET_CDtt(21, 01.02, "Bewitched");
  1109.     SET_CDtt(22, 00.53, "Love, American Style");
  1110.     SET_CDtt(23, 01.24, "The Honeymooners");
  1111.     SET_CDtt(24, 00.41, "I Married Joan");
  1112.     SET_CDtt(25, 00.53, "The Monkees");
  1113.     SET_CDtt(26, 01.02, "The Brady Bunch");
  1114.     SET_CDtt(27, 01.05, "The Partridge Family");
  1115.     SET_CDtt(28, 00.56, "My Mother the Car");
  1116.     SET_CDtt(29, 01.12, "Car 54, Where Are You?");
  1117.     SET_CDtt(30, 01.30, "It's About Time");
  1118.     SET_CDtt(31, 00.53, "My Favorite Martian");
  1119.     SET_CDtt(32, 00.38, "Jeopardy");
  1120.     SET_CDtt(33, 00.45, "Hogan's Heroes");
  1121.     SET_CDtt(34, 00.54, "Gomer Pyle, U.S.M.C.");
  1122.     SET_CDtt(35, 01.42, "Rat Patrol");
  1123.     SET_CDtt(36, 01.16, "Twelve O'Clock High");
  1124.     SET_CDtt(37, 00.41, "Time Tunnel");
  1125.     SET_CDtt(38, 00.51, "Voyage to the Bottom of the Sea");
  1126.     SET_CDtt(39, 01.00, "Sea Hunt");
  1127.     SET_CDtt(40, 01.01, "Dakari");
  1128.     SET_CDtt(41, 01.08, "Tarzan");
  1129.     SET_CDtt(42, 01.09, "Adventures of Robin Hood");
  1130.     SET_CDtt(43, 00.54, "Rawhide");
  1131.     SET_CDtt(44, 01.08, "Bat Masterson");
  1132.     SET_CDtt(45, 01.10, "Maverick");
  1133.     SET_CDtt(46, 00.49, "Wagon Train");
  1134.     SET_CDtt(47, 00.50, "Have Gun Will Travel");
  1135.     SET_CDtt(48, 00.52, "The Virginian");
  1136.     SET_CDtt(49, 02.01, "The Rebel");
  1137.     SET_CDtt(50, 01.05, "Peter Gunn");
  1138.     SET_CDtt(51, 01.11, "Route 66");
  1139.     SET_CDtt(52, 01.00, "I Spy");
  1140.     SET_CDtt(53, 01.56, "The Avengers");
  1141.     SET_CDtt(54, 00.59, "The Saint");
  1142.     SET_CDtt(55, 01.17, "Hawaiian Eye");
  1143.     SET_CDtt(56, 00.59, "The Green Hornet");
  1144.     SET_CDtt(57, 01.12, "Outer Limits");
  1145.     SET_CDtt(58, 01.13, "Dark Shadows");
  1146.     SET_CDtt(59, 01.29, "Ben Casey");
  1147.     SET_CDtt(60, 00.43, "Medical Center");
  1148.     SET_CDtt(61, 01.05, "The NBC Mystery Movie");
  1149.     SET_CDtt(62, 01.08, "ABC's Wide World of Sports");
  1150.     SET_CDtt(63, 02.02, "The Jackie Gleason Show");
  1151.     SET_CDtt(64, 01.05, "The Smothers Brothers Comedy Hour");
  1152.     SET_CDtt(65, 01.12, "Monty Python's Flying Circus");
  1153.     }
  1154.     if ( cdKey == TV_GREATEST_V3 ) { /* 1:13:12-25 */
  1155.     tocPtr->discPerformer = "Various Artists";
  1156.     tocPtr->discTitle = "Television's Greatest Hits of the 70's and 80's";
  1157.     SET_CDtt( 1, 00.58, "Sesame Street");
  1158.     SET_CDtt( 2, 01.12, "The Muppet Show");
  1159.     SET_CDtt( 3, 01.06, "The Alvin Show");
  1160.     SET_CDtt( 4, 01.11, "Speed Racer");
  1161.     SET_CDtt( 5, 00.47, "Mr. Magoo");
  1162.     SET_CDtt( 6, 01.15, "Inspector Gadget");
  1163.     SET_CDtt( 7, 01.04, "The Smurfs");
  1164.     SET_CDtt( 8, 01.15, "Dastardly & Muttley");
  1165.     SET_CDtt( 9, 01.03, "Scooby–Doo");
  1166.     SET_CDtt(10, 01.04, "Fat Albert & The Cosby Kids");
  1167.     SET_CDtt(11, 01.02, "The Archies");
  1168.     SET_CDtt(12, 01.02, "Josie and the Pussycats");
  1169.     SET_CDtt(13, 00.24, "Dudley Doright");
  1170.     SET_CDtt(14, 00.25, "Fractured Fairy Tales");
  1171.     SET_CDtt(15, 01.06, "Cheers");
  1172.     SET_CDtt(16, 01.05, "Bob Newhart Show");
  1173.     SET_CDtt(17, 01.47, "Greatest American Hero");
  1174.     SET_CDtt(18, 00.58, "Welcome Back, Kotter");
  1175.     SET_CDtt(19, 01.31, "Room 222");
  1176.     SET_CDtt(20, 00.45, "WKRP in Cincinnati");
  1177.     SET_CDtt(21, 01.05, "Taxi");
  1178.     SET_CDtt(22, 00.48, "Barney Miller");
  1179.     SET_CDtt(23, 01.02, "Three's Company");
  1180.     SET_CDtt(24, 01.17, "Happy Days");
  1181.     SET_CDtt(25, 01.19, "Laverne and Shirley");
  1182.     SET_CDtt(26, 00.54, "Facts of Life");
  1183.     SET_CDtt(27, 00.50, "Good Times");
  1184.     SET_CDtt(28, 00.54, "One Day at a Time");
  1185.     SET_CDtt(29, 00.54, "Gimme A Break");
  1186.     SET_CDtt(30, 00.49, "Maude");
  1187.     SET_CDtt(31, 01.10, "The Jeffersons");
  1188.     SET_CDtt(32, 00.47, "All in the Family");
  1189.     SET_CDtt(33, 00.56, "Sanford and Son");
  1190.     SET_CDtt(34, 01.14, "Dallas");
  1191.     SET_CDtt(35, 01.19, "Dynasty");
  1192.     SET_CDtt(36, 01.36, "Knot's Landing");
  1193.     SET_CDtt(37, 01.36, "L.A. Law");
  1194.     SET_CDtt(38, 01.29, "St. Elsewhere");
  1195.     SET_CDtt(39, 01.01, "Marcus Welby, M.D.");
  1196.     SET_CDtt(40, 00.55, "M*A*S*H");
  1197.     SET_CDtt(41, 01.04, "The Waltons");
  1198.     SET_CDtt(42, 00.57, "Little House on the Praire");
  1199.     SET_CDtt(43, 01.21, "Hart to Hart");
  1200.     SET_CDtt(44, 01.06, "Charlie's Angels");
  1201.     SET_CDtt(45, 01.38, "Wonder Woman");
  1202.     SET_CDtt(46, 01.37, "Love Boat");
  1203.     SET_CDtt(47, 01.25, "American Bandstand");
  1204.     SET_CDtt(48, 01.25, "Solid Gold");
  1205.     SET_CDtt(49, 01.30, "Entertainment Tonight");
  1206.     SET_CDtt(50, 01.02, "Miami Vice");
  1207.     SET_CDtt(51, 01.14, "SWAT");
  1208.     SET_CDtt(52, 01.07, "Baretta");
  1209.     SET_CDtt(53, 01.07, "Streets of San Francisco");
  1210.     SET_CDtt(54, 00.55, "Barnaby Jones");
  1211.     SET_CDtt(55, 01.15, "Starsky & Hutch");
  1212.     SET_CDtt(56, 01.02, "The Rookies");
  1213.     SET_CDtt(57, 00.52, "Kojak");
  1214.     SET_CDtt(58, 01.40, "The A–Team");
  1215.     SET_CDtt(59, 01.14, "The Name of the Game");
  1216.     SET_CDtt(60, 01.04, "Quincy, M.E.");
  1217.     SET_CDtt(61, 01.19, "Hill Street Blues");
  1218.     SET_CDtt(62, 01.05, "Simon & Simon");
  1219.     SET_CDtt(63, 01.03, "Magnum, P.I.");
  1220.     SET_CDtt(64, 00.56, "Rockford Files");
  1221.     SET_CDtt(65, 01.17, "Saturday Night Live");
  1222.     }
  1223.     if ( cdKey == YARDB_GIORGIO_D1 ) { /* 1:15:59-45 */
  1224.     tocPtr->discPerformer = "The Yardbirds";
  1225.     tocPtr->discTitle = "Train Kept A-Rollin' - The Complete Giorgio Gomelsky Productions  [disc 1]";
  1226.     SET_CDtt( 1, 06.49, "Smokestack Lightning");
  1227.     SET_CDtt( 2, 02.56, "You Can't Judge a Book by Looking at the Cover");
  1228.     SET_CDtt( 3, 02.18, "Let It Rock");
  1229.     SET_CDtt( 4, 05.54, "I Wish You Would");
  1230.     SET_CDtt( 5, 04.10, "Who Do You Love");
  1231.     SET_CDtt( 6, 02.32, "Honey in Your Hips");
  1232.     SET_CDtt( 7, 03.38, "Bye Bye Bird");
  1233.     SET_CDtt( 8, 03.56, "Mister Downchild");
  1234.     SET_CDtt( 9, 05.22, "The River Rhine");
  1235.     SET_CDtt(10, 05.08, "23 Hours Too Long");
  1236.     SET_CDtt(11, 02.17, "A Lost Care");
  1237.     SET_CDtt(12, 03.49, "Pontiac Blues");
  1238.     SET_CDtt(13, 05.41, "Take It Easy Baby (Version One)");
  1239.     SET_CDtt(14, 03.08, "Out on the Water Coast");
  1240.     SET_CDtt(15, 03.43, "I Don't Care No More");
  1241.     SET_CDtt(16, 03.01, "Western Arizona");
  1242.     SET_CDtt(17, 04.13, "Take it Easy Baby (Version Two)");
  1243.     SET_CDtt(18, 02.38, "Baby What's Wrong");
  1244.     SET_CDtt(19, 02.25, "Boom Boom");
  1245.     SET_CDtt(20, 02.19, "Honey in Your Hips");
  1246.     }
  1247.     if ( cdKey == YARDB_GIORGIO_D2 ) { /* 1:14:26-05 */
  1248.     tocPtr->discPerformer = "The Yardbirds";
  1249.     tocPtr->discTitle = "Train Kept A-Rollin' - The Complete Giorgio Gomelsky Productions  [disc 2]";
  1250.     SET_CDtt( 1, 01.57, "Talkin' 'Bout You");
  1251.     SET_CDtt( 2, 04.16, "I Wish You Would  [alternate take, long version]");
  1252.     SET_CDtt( 3, 02.20, "A Certain Girl  [alternate take]");
  1253.     SET_CDtt( 4, 01.04, "Slow Walk");
  1254.     SET_CDtt( 5, 03.18, "Highway 69");
  1255.     SET_CDtt( 6, 03.47, "My Little Cabin");
  1256.     SET_CDtt( 7, 04.50, "Too Much Monkey Business");
  1257.     SET_CDtt( 8, 01.37, "Got Love If You Want It");
  1258.     SET_CDtt( 9, 05.34, "Smokestack Lightning");
  1259.     SET_CDtt(10, 02.41, "Good Morning Little Schoolgirl");
  1260.     SET_CDtt(11, 05.30, "Respectable");
  1261.     SET_CDtt(12, 05.16, "Five Long Years");
  1262.     SET_CDtt(13, 03.03, "Pretty Girl");
  1263.     SET_CDtt(14, 03.42, "Louise");
  1264.     SET_CDtt(15, 04.31, "I'm a Man");
  1265.     SET_CDtt(16, 05.09, "Here 'Tis");
  1266.     SET_CDtt(17, 02.19, "I Wish You Would");
  1267.     SET_CDtt(18, 02.17, "A Certain Girl");
  1268.     SET_CDtt(19, 03.24, "Good Morning Little Schoolgirl  [backing track]");
  1269.     SET_CDtt(20, 02.57, "Good Morning Little Schoolgirl  [backing track & harmonica]");
  1270.     SET_CDtt(21, 02.53, "Good Morning Little Schoolgirl  [master]");
  1271.     SET_CDtt(22, 01.59, "I Ain't Got You");
  1272.     }
  1273.     if ( cdKey == YARDB_GIORGIO_D3 ) { /* 1:13:55-38 */
  1274.     tocPtr->discPerformer = "The Yardbirds";
  1275.     tocPtr->discTitle = "Train Kept A-Rollin' - The Complete Giorgio Gomelsky Productions  [disc 3]";
  1276.     SET_CDtt( 1, 02.27, "For Your Love");
  1277.     SET_CDtt( 2, 00.42, "Got to Hurry  [take 2 - false start]");
  1278.     SET_CDtt( 3, 02.48, "Got to Hurry  [take 3]");
  1279.     SET_CDtt( 4, 02.35, "Got to Hurry  [take 4]");
  1280.     SET_CDtt( 5, 02.17, "Putty (In Your Hands)");
  1281.     SET_CDtt( 6, 02.30, "Sweet Music  [take 3]");
  1282.     SET_CDtt( 7, 02.37, "Sweet Music  [take 4]");
  1283.     SET_CDtt( 8, 02.32, "I'm Not Done Talking");
  1284.     SET_CDtt( 9, 03.37, "I Ain't Done Wrong");
  1285.     SET_CDtt(10, 05.37, "My Girl Sloopy");
  1286.     SET_CDtt(11, 01.53, "Heart Full of Soul  [sitar version]");
  1287.     SET_CDtt(12, 02.28, "Heart Full of Soul");
  1288.     SET_CDtt(13, 02.37, "Steeled Blues");
  1289.     SET_CDtt(14, 02.24, "Evil Hearted You");
  1290.     SET_CDtt(15, 02.57, "Still I'm Sad");
  1291.     SET_CDtt(16, 02.36, "Shapes of Things");
  1292.     SET_CDtt(17, 03.17, "Mr. You're a Better Man than I");
  1293.     SET_CDtt(18, 02.37, "I'm a Man");
  1294.     SET_CDtt(19, 04.20, "New York City Blues");
  1295.     SET_CDtt(20, 03.25, "Train Kept A-Rollin'");
  1296.     SET_CDtt(21, 02.26, "Paff...Bum  [version one]");
  1297.     SET_CDtt(22, 02.32, "Questa Volta");
  1298.     SET_CDtt(23, 02.37, "Paff...Bum  [version two]");
  1299.     SET_CDtt(24, 02.43, "Mr. Zero");
  1300.     SET_CDtt(25, 01.50, "Knowing");
  1301.     SET_CDtt(26, 02.26, "Without You");
  1302.     SET_CDtt(27, 03.03, "Climbing Through");
  1303.     }
  1304.     if ( cdKey == YARDB_GIORGIO_D4 ) { /* 1:05:51-67 */
  1305.     tocPtr->discPerformer = "The Yardbirds";
  1306.     tocPtr->discTitle = "Train Kept A-Rollin' - The Complete Giorgio Gomelsky Productions  [disc 4]";
  1307.     SET_CDtt( 1, 03.02, "Jeff's Blues  [take one]");
  1308.     SET_CDtt( 2, 03.07, "Jeff's Blues  [take two]");
  1309.     SET_CDtt( 3, 02.16, "Someone to Love, Part One  [take 2, instrumental]");
  1310.     SET_CDtt( 4, 02.13, "Someone to Love, Part One  [take 4, instrumental]");
  1311.     SET_CDtt( 5, 02.04, "Someone to Love, Part One  [take 14, instrumental]");
  1312.     SET_CDtt( 6, 02.23, "Someone to Love, Part One  [take 15, vocal]");
  1313.     SET_CDtt( 7, 04.16, "Someone to Love, Part Two");
  1314.     SET_CDtt( 8, 03.07, "Like Jimmy Reed Again");
  1315.     SET_CDtt( 9, 02.39, "Chris' Number  [take 1]");
  1316.     SET_CDtt(10, 02.43, "Pounds and Stomps (XYZ)");
  1317.     SET_CDtt(11, 02.29, "Pounds and Stomps");
  1318.     SET_CDtt(12, 03.46, "What do You Want  [take 1]");
  1319.     SET_CDtt(13, 03.30, "What do You Want  [take 2]");
  1320.     SET_CDtt(14, 03.37, "What do You Want  [take 3]");
  1321.     SET_CDtt(15, 03.11, "What do You Want  [take 4]");
  1322.     SET_CDtt(16, 03.48, "Here 'Tis  [stereo instrumental version]");
  1323.     SET_CDtt(17, 04.05, "Here 'Tis  [version for R.S.G.]");
  1324.     SET_CDtt(18, 02.45, "Crimson Curtain  [edit of take one and insert]");
  1325.     SET_CDtt(19, 02.44, "Stroll On");
  1326.     SET_CDtt(20, 05.45, "I'm a Man  [live in Germany, 1967]");
  1327.     SET_CDtt(21, 02.19, "Shapes of Things  [live in Germany 1967]");
  1328.     }
  1329.  
  1330. }
  1331.